home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hottest 6
/
Hottest 6 (1996)(PDSoft)[!].iso
/
software
/
videoutils
/
a-g
/
ami2d
/
rexx
/
cleanup.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1978-11-24
|
329b
|
10 lines
/* script to cleanup after ami2d */
call postmsg
if show('ports',"RXC_AMI2D") then address rxc_ami2d 'stop'
if show('ports',"RXB_AMI2D") then address rxb_ami2d 'stop'
if show('ports', "AMI2D") then address ami2d 'stop'
if show('ports', "LIN2D") then address lin2d 'stop'
if show('ports', "NLN2D") then address nln2d 'stop'
exit